home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR10 / SPX20.ZIP / RAD.ZIP / RAD.TXT < prev    next >
Text File  |  1993-09-24  |  3KB  |  77 lines

  1. RAD Copyright 1993 Scott D. Ramsay
  2. Written completly with the SPX Game Library
  3. Quick and Dirty help file
  4. ============================================================
  5.  
  6. KEYS:
  7.  
  8.   ESC  - Quit game
  9.   P   - Pause game
  10.  
  11. Player's keys:
  12.  
  13.    Player One                  Player Two(key pad)
  14.  
  15.    Motion:                     Motion:
  16.     ┌───┬───┬───┐                ┌───┬───┬───┐
  17.     │ Q │ W │ E │                │ 7 │ 8 │ 9 │
  18.     ├───┼───┼───┤                ├───┼───┼───┤
  19.     │ A │ S │ D │                │ 4 │ 5 │ 6 │
  20.     ├───┼───┼───┤                ├───┼───┼───┤
  21.     │ Z │ X │ C │                │ 1 │ 2 │ 3 │
  22.     └───┴───┴───┘                └───┴───┴───┘
  23.    Shoot: Left-Shift           Shoot: Right-Shift
  24.    Action: TAB                 Action: ENTER
  25.  
  26. The SHOOT KEY fires your current weapon.
  27. The ACTION KEY can do two things:
  28.  
  29.    1.  Toggles flight mode.
  30.           Rotate mode - Rotate mode is similar to the old arcade game
  31.              Asteroids. Motion is controlled by rotating the ship to
  32.              the direction you want (clockwise or counter-clockwise)
  33.              and pressing a thrust key.  So the player's motion keys
  34.              follows:
  35.  
  36.                     ┌─────────┬─────────┬─────────┐
  37.                     │rotate cc│forward  │rotate c │
  38.                     │& fwd thr│ thrust  │& fwd thr│
  39.                     ├─────────┼─────────┼─────────┤
  40.                     │rotate   │forward  │rotate   │
  41.                     │counter-c│ thrust  │clock-wz │
  42.                     ├─────────┼─────────┼─────────┤
  43.                     │rotate cc│reverse  │rotate c │
  44.                     │& rev thr│ thrust  │& rev thr│
  45.                     └─────────┴─────────┴─────────┘
  46.  
  47.           Direction mode - Direction mode, is your basic mode.  Up will
  48.             go up, down will go down, left..left, etc.  Unlike most games
  49.             which automatically change to that particular direction, the
  50.             ship will rotate to that direction.  So the player's motion keys
  51.             follows as:
  52.  
  53.                     ┌─────────┬─────────┬─────────┐
  54.                     │up-left  │ up      │up-right │
  55.                     │         │         │         │
  56.                     ├─────────┼─────────┼─────────┤
  57.                     │left     │         │right    │
  58.                     │         │         │         │
  59.                     ├─────────┼─────────┼─────────┤
  60.                     │down-left│ down    │down-    │
  61.                     │         │         │ right   │
  62.                     └─────────┴─────────┴─────────┘
  63.  
  64.             So pressing the UP key will automatically rotate the ship
  65.              until it is facing up. UP-LEFT will rotate the ship to a
  66.              45 degree angle facing up-left.  You can do combination of
  67.              keys, for in-between positions.  Pressing the UP and the
  68.              UP-LEFT key will turn the ship to 22 degrees to the left
  69.              from the UP position.  LEFT and the UP-LEFT key will turn
  70.              the ship 22 degrees UP from the left postion.  Experiment. ;)
  71.  
  72.    2.  Links/unlink ships.  Works only with two players. If two player's
  73.        ships are close to each other, the action button will link the two
  74.        ships as one ship.  This will increase fire power and overall ship
  75.        speed.
  76.  
  77.